SftTree/NET 2.0

AutoExpandHover Property, SftTree Class

Softel vdm, Inc.

Defines whether items are automatically expanded when the mouse cursor hovers over the item for an extended period of time.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property AutoExpandHover As Boolean

C#   

public bool AutoExpandHover { get; set; }

C++   

public: property bool AutoExpandHover {
        bool get();
        void set(bool value);
}

Property Value

True if items are automatically expanded, otherwise False.

The default value is False.

Comments

The AutoExpandHover property defines whether items are automatically expanded when the mouse cursor hovers over the item for an extended period of time.

The MouseHoverInterval property defines how long the mouse cursor hovers over an item before it is expanded.

The AutoExpandArea can be used to define the area where items are automatically expanded.

The AutoExpandDragDrop property defines whether items are automatically expanded when the mouse hovers over an item during a drag & drop operation.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com